const net.hostLookupFilesDNS

9 uses

	net (current package)
		conf.go#L250: 		fallbackOrder = hostLookupFilesDNS
		conf.go#L333: 					return hostLookupFilesDNS, dnsConf
		conf.go#L363: 		return hostLookupFilesDNS, dnsConf
		conf.go#L470: 			return hostLookupFilesDNS, dnsConf
		dnsclient_unix.go#L544: 	hostLookupFilesDNS                 // files first
		dnsclient_unix.go#L552: 	hostLookupFilesDNS: "files,dns",
		dnsclient_unix.go#L566: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L610: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L828: 	if order == hostLookupFiles || order == hostLookupFilesDNS {